home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 December / chip-cd_2006_12.zip / 12 / Hity z okladki / Kaspersky Internet Security 6.0 / kis6.0.0.303pl.msi / layout_main.ini < prev    next >
INI File  |  2006-03-24  |  19KB  |  464 lines

  1. [Templates]
  2. $Button_CX=75
  3. $Button_CY=23
  4. $Button_Medium_CX=103
  5. $Tab=t(tab) bg(GroupHeader)
  6. $Button=t(button) bg(GroupHeader) sz($Button_CX,$Button_CY)
  7. $ListButton=$Button alias(listbutton)
  8. $GroupBox=t(group) f(GroupHeader) b(GroupBox)
  9. $GroupBoxLink=t(group) f(GroupHeaderLink) b(GroupBox)
  10. $Button_Medium=t(button) bg(GroupHeader) sz($Button_Medium_CX,$Button_CY)
  11. $Button_Large=t(button) bg(GroupHeader) sz(150,23)
  12. $Checkbox=t(check)
  13. $CheckboxForGroup=t(check) a(lt) at(noparentdisable) xy(0,-21)
  14. $Radio=t(radio)
  15. $HelpHl=t(hotlink) f(Hotlink_white) i(help)
  16. $IpAddr=t(ipaddress)
  17.  
  18. $Control_Shift=7
  19. $Button_Shift=6
  20. $Group_Shift=5
  21. $Edit_CenterOffsetY=-3
  22. $Edit_CommentOffsetX=4
  23. $Static_Shift=xy(0,0,0,3)
  24. $Static_ShiftAfter=xy(0,3,0,0)
  25. $ButtonsLineSizeX=81
  26. $ButtonsLineSizeY=31
  27. $DialogPanelSizeY=$ButtonsLineSizeY
  28. $ButtonsLineMediumSizeX=109
  29.  
  30. $DlgAttr               = t(dialog) mg(7,7) bg(MainWindow)
  31. $DlgBodyAttr           = sz(p,p) mg(7,7) at(body) xy(,,,$DialogPanelSizeY) bg(GroupBody)
  32. $DlgBodyTabAttr        = $Tab sz(p,p) mg(7,7) xy(,,,$DialogPanelSizeY)
  33.  
  34. $DlgWizardAttr         = t(wizard) mg(7,7) bg(MainWindow)
  35. $DlgWizardPageAttr     = $DlgBodyAttr mg(0,0)
  36. $DlgWizardPageHeader   = $SettingsViewHeader
  37. $DlgWizardPageBodyAttr = $SettingsBodyAttr mg(7,7)
  38. $DlgWizardInnerAttr    = mg(20,10) sz(p,p)
  39.  
  40. $dlg_help_id           = 0
  41.  
  42. $Statistics_Size=p
  43. $Task_Statistics_ItemAttr=t(value) sz($Statistics_Size,0) va(l,r) $Left_Next
  44. $Task_Statistics_Item=$Task_Statistics_ItemAttr $Left_Next
  45.  
  46. $Navigator_Size=230
  47.  
  48. $Left_Next=a(la) $Static_Shift
  49. $Left_After=a(la) $Static_ShiftAfter
  50.  
  51. $First_Control=a(lt) xy(0,0)
  52. $Next_Control=a(la) xy(0,$Control_Shift)
  53.  
  54. $Group_Header=f(Header1) mg(8,0) bg(GroupHeader) at(singleline,fixstyle) sz(p,25) rs(100,0)
  55. $TaskHeaderState=xy(0,0,70) at(singleline) a(lc) f($(persistent,ProfileStateFont)) text($ProfileDescription$(persistent,IsPersistentProtInstalled,IsPersistentProtInstalledTextState))
  56.  
  57. $SettingsGroupFirst =$GroupBox a(la) mg(8,8)
  58. $SettingsGroupNext  =$GroupBox a(la) mg(8,8) xy(0,$Group_Shift)
  59.  
  60. $BorderedDailogAttr=sz(p,p) bg(GroupBody) mg(5,5) at(fixstyle)
  61. $AlertDialogAttr=t(dialog) at(nocaption,layered,dragable,bottom,fixstyle) sz(300,310) mg(5,5) bg(AlertWindowLegal)
  62.  
  63. $DenendedCtrlOffset=17
  64.  
  65. $Detected=v($(NumThreats)) f($(NumThreats,Font_Normal_BoldRed))
  66. $Untreated=v($(NumUntreated)) f($(NumUntreated,Font_Normal_BoldRed))
  67.  
  68. $QBObjectStatus=$(ObjectStatus,Object_Statuses)$(SendToKL,QBObject_StatusSentToKL)
  69.  
  70. ;------------- Dialog Panels ------------
  71.  
  72. [DialogPanel]
  73. props=a(lb) sz(p,p)
  74. Help=$HelpHl a(lb) xy(5,3) v(help:$dlg_help_id) usefor(localgui)
  75. BtnsGroup=[DialogPanel_Buttons] a(rb)
  76.  
  77. [DialogPanel_Buttons]
  78. props       = sz(a,$Button_CY)
  79. Confirm     = $Button              a(ab) xy($Button_Shift)
  80. WizardGroup = [DialogPanel_Wizard] a(ab) xy($Button_Shift)
  81. No          = $Button              a(ab) xy($Button_Shift)
  82. Cancel      = $Button              a(ab) xy($Button_Shift)
  83. Apply       = $Button              a(ab) xy($Button_Shift)
  84.  
  85. [DialogPanel_Wizard]
  86. props=sz(a,p) rs(0,0)
  87. Back=$Button a(ab)
  88. Next=$Button a(ab)
  89.  
  90. ;------------- ListCtrl Dialogs ------------
  91.  
  92. [ListCtrl_Find]
  93. props  = $DlgAttr sz(370,a)
  94. Dlg    = [ListCtrl_FindBody]
  95. Find   = $Button at(default) a(rt)         sz($Button_Medium_CX,$Button_CY)
  96. Mark   = $Button a(ra) xy(0,$Button_Shift) sz($Button_Medium_CX,$Button_CY)
  97. Cancel = $Button a(rb)                     sz($Button_Medium_CX,$Button_CY)
  98.  
  99. [ListCtrl_FindBody]
  100. props     = $DlgBodyAttr sz(p,a) xy(,,106)
  101. FindLbl   = a(la) xy(,5,5)
  102. FindEdit  = a(ls) sz(p) t(edit) xy(55,$Edit_CenterOffsetY)
  103. ColumnLbl = a(la) xy(,5,5)
  104. ColumnCmb = a(ls) sz(p) t(combo) xy(55,$Edit_CenterOffsetY)
  105. MatchCase = $Checkbox a(la) xy(,10)
  106. WholeWord = $Checkbox a(la) xy(,6)
  107.  
  108. [ListCtrl_HdrPopup]
  109. props              = t(menu)
  110. ListCtrl_SortDown  = t(menuitem)
  111. ListCtrl_SortUp    = t(menuitem)
  112. ListCtrl_Find      = t(menuitem)
  113. Separator          = t(menuitem)
  114.  
  115. [ListCtrl_Popup]
  116. Separator          = t(menuitem)
  117. ListCtrl_Find      = t(menuitem)
  118. ListCtrl_SelectAll = t(menuitem)
  119. ListCtrl_Copy      = t(menuitem)
  120. Separator          = t(menuitem)
  121.  
  122. ;------------- Browse Dialogs ------------
  123.  
  124. [BrowseForScanObject]
  125. props=$DlgAttr at(resizable) sz(300,310) h(1065)
  126. Dlg=[BrowseForObject.Recursive]
  127.  
  128. [BrowseForExcludeMask]
  129. props=$DlgAttr at(resizable) sz(300,300) h(1254)
  130. Dlg=[BrowseForObject]
  131.  
  132. [BrowseForUpdateSource]
  133. props=$DlgAttr at(resizable) sz(300,310) h(1190)
  134. Dlg=[BrowseForSource]
  135.  
  136. [BrowseForFolder]
  137. props=$DlgAttr at(resizable,nohelp) sz(300,300)
  138. Dlg=[BrowseForObject]
  139.  
  140. [BrowseForRegistry]
  141. props=$DlgAttr at(resizable) sz(350,330) h(1100)
  142. Dlg=[BrowseForRegObject]
  143.  
  144. [BrowseForObject]
  145. props=$DlgBodyAttr
  146. ShellTree=t(shelltree) a(la) sz(p,200) xy(0,$Group_Shift)
  147. PathLabel=sz(a,20) a(la) xy(0,$Group_Shift)
  148. PathEdit=t(edit) a(as) sz(p,20) xy(3,-2) rs(100,0)
  149.  
  150. [BrowseForRegObject]
  151. props=$DlgBodyAttr
  152. ShellTree=t(regtree) a(la) sz(p,200) xy(0,$Group_Shift)
  153. PathLabel=sz(80,20) a(la) xy(0,$Group_Shift)
  154. PathEdit=t(edit) a(as) sz(p,20) xy(3,-2) rs(100,0) v($(KeyPath))
  155. ValueLabel=sz(80,20) a(la) xy(0,$Group_Shift)
  156. ValueEdit=t(edit) a(as) sz(p,20) xy(3,-2) rs(100,0) v($(KeyValue))
  157. Recursive=$CheckBox $Next_Control v($(Recursive))
  158.  
  159. [BrowseForSource]
  160. props=$DlgBodyAttr
  161. ShellTree=t(shelltree) a(la) sz(p,195) xy(0,$Group_Shift)
  162. PathLabel=sz(a,20) a(la) xy(0,$Group_Shift)
  163. PathEdit=t(edit) a(as) sz(p,20) xy(3,-2) rs(100,0)
  164. UsePlain=$CheckBox $Next_Control v($(Plain))
  165.  
  166. [BrowseForObject.Recursive]
  167. props=$DlgBodyAttr
  168. ShellTree=t(shelltree) a(la) sz(p,200) xy(0,$Group_Shift)
  169. PathLabel=sz(a,20) a(la) xy(0,$Group_Shift)
  170. EditGrp=[BrowseForObject.Recursive_Edit] a(as) xy(3,-1) sz(p,a) rs(100,0)
  171. Recursive=$Checkbox a(la) xy(0,$Group_Shift)
  172.  
  173. [BrowseForObject.Recursive_Edit]
  174. Add=t(button) a(rt) sz(a,21) xy(,,5)
  175. PathEdit=t(edit) a(pt) sz(p)
  176.  
  177. [BrowseForSkinSource]
  178. props=$DlgAttr at(resizable) sz(300,310) h(1250)
  179. Dlg=[BrowseForObject]
  180.  
  181. [BrowseForSharedDll]
  182. props=$DlgAttr at(resizable,nohelp) sz(300,310) h(1245)
  183. Dlg=[BrowseForObject]
  184.  
  185. [BrowseForAppMenu]
  186. props=t(menu)
  187. Browse=t(menuitem)
  188. Separator=t(menuitem)
  189. AppList=t(menuitem)
  190.  
  191. ;------------- Message Dialog ------------
  192.  
  193. [MessageDialog]
  194. props=$DlgAttr at(nohelp) sz(a,a) mg(10,10)
  195. Body=[MessageDialog_Body]
  196.  
  197. [MessageDialog_Body]
  198. props=$DlgBodyAttr sz(a,a)
  199. Icon=sz(32,32) xy(,,$Control_Shift)
  200. Text=t(richedit) at(readonly,noborder,nofocus) a(ac) sz(a,a,,,500)
  201.  
  202. ;------------- Tray Window ------------
  203.  
  204. [TrayMenu]
  205. props=t(tray) i(Tray)
  206.  
  207. [TrayMenu.menu]
  208. props            =t(menu)
  209. RunningTask      =t(menuitem) at(hide) text($ProfileItem)
  210. Separator        =t(menuitem)
  211. Scan_My_Computer =t(menuitem) text($ProfileItem)
  212. ScanCustom       =t(menuitem) v(main:Scan_Objects)
  213. Updater          =t(menuitem) text($ProfileItem)
  214. Separator        =t(menuitem)
  215. NetMonitor       =t(menuitem) at(nobindhide) v(window:AntiHackerStatisticsWindow) disable($(fw.state,EnableIfRunning))
  216. Separator        =t(menuitem)
  217. Activate         =t(menuitem) v(activate) hide($($IsMayProductActivate,ShowIfNotZero))
  218. Settings         =t(menuitem) v(configure:)
  219. KAV              =t(menuitem) at(default) v(main:Protection)
  220. Separator        =t(menuitem)
  221. DisableProtect   =t(menuitem) text($(state,ProtectionMenuState)) hide($($IsProtectionInstalled,ShowIfNotZero))
  222. Unload           =t(menuitem) v(exit)
  223. DefSingleClicked =t(menuitem) at(hide) v(main:)
  224.  
  225. ;------------- Main Window ------------
  226.  
  227. [MainWindow]
  228. props=$DlgAttr at(minimizable,dragable) sz(635,450)
  229. MainWindowHeader=[MainWindow_Header] tabgroup(1)
  230. NavigatorWindow=[NavigatorWindow]
  231. Status=[Navigator_Status] tabgroup(1)
  232. Footer=[MainWindow_Footer] tabgroup(1)
  233.  
  234. $ViewPanel=a(r) xy(0,57) sz(384,360) bg(GroupBody) order(NavigatorWindow)
  235. $AntiHacker_Panel=alias(antihackerview) $ViewPanel at(fixstyle)
  236. $Update_Panel=alias(taskview) $ViewPanel at(fixstyle)
  237. $Scan_Panel=alias(scanview) $ViewPanel at(fixstyle)
  238.  
  239. $TaskDescription=a(as) xy(10,5) sz(p,60)
  240. $TaskImage=xy(5) at(fixstyle)
  241.  
  242. $Task_Panel=alias(taskview) $ViewPanel  at(fixstyle)
  243. $Task_TreatsPanel=alias(tasktreatsview) $ViewPanel at(fixstyle)
  244. $Task_Body=a(la) mg(10,7) sz(p,330) order(0) xy(,7)
  245. $Task_Group=$GroupBoxLink at(clickable) xy(0,$Group_Shift) mg(8,8)
  246. $Task_Settings=$Task_Group a(la) mg(14,8) sz(p,a) v(configure:$(name))
  247. $Task_Statistics=$Task_Group a(la) mg(14,8) sz(p,a) v(report:$(name))
  248. $Task_Summary=$Task_Group a(la) sz(p,a)
  249. $Task_Graph=$Task_Group a(sa) sz(202,170)
  250. $Task_Events=$Task_Group a(as) sz(202,170) xy(10)
  251.  
  252. [MainWindow_Header]
  253. props=sz(p,50) at(fixstyle) bg(GroupBody) mg(10,7)
  254. logo=a(lt) at(fixstyle) xy(3)
  255. Help=[MainWindow_HelpArea] text(\e)
  256. SettingsArea=[MainWindow_SettingsArea]
  257.  
  258. [MainWindow_HelpArea]
  259. props=t(hotlink) at(clickable,fixstyle) a(rt) sz(a,p) xy(0,3) bg(Help) v(help:$(CurrentProfile.type,MainWindow_ProfilesTypesHelpId))
  260. Help=xy(38,8)
  261.  
  262. [MainWindow_SettingsArea]
  263. props=t(hotlink) at(clickable,fixstyle) a(pt) sz(a,p) xy(10,3) bg(Settings) v(configure:$(CurrentProfile.name))
  264. Settings=xy(38,8)
  265.  
  266.  
  267.  
  268.  
  269. [MainWindow_Footer]
  270. props=a(b) mg(3,0) sz(p,20)
  271. ;Copyright=a(lc)
  272. ;Feedback_Link=t(hotlink) f(Hotlink_white) a(lb) xy(4) disable($(LicInfo.FuncLevel,global,IsProductNoFeatures,!,EnableIfNotZero))
  273. ;Forum_Link=t(hotlink) f(Hotlink_white) a(ab) xy(14)
  274. Viruslist_Link=t(hotlink) f(Hotlink_white) a(rb) xy(4)
  275. Kaspersky_Link=t(hotlink) f(Hotlink_white) a(pb) xy(14)
  276.  
  277. [Task_Header]
  278. props=$Group_Header
  279. State=$TaskHeaderState t(hotlink) v(menu:NavigatorWindow.Navigator:$(name))
  280. Buttons=[Task_Header_Buttons]
  281.  
  282. [Task_Report_Header]
  283. props=$Group_Header
  284. State=$TaskHeaderState
  285. Buttons=[Task_Report_Buttons]
  286.  
  287. [Task_Report_Buttons]
  288. props=a(rc) sz(a,a) disable($(admflags,bits(0x10),!,EnableIfNotZero)) hide($(persistent,IsPersistentProtInstalled,ShowIfNotZero))
  289. Start=t(bmpbutton) at(fixstyle) bg(TaskBar,0,1,0,2,4,3) a(lt) disable($TaskStartEnableOnReport) v(run:$(name))
  290. Pause=t(bmpbutton) at(fixstyle) bg(TaskBar,5,6,5,7,9,8) a(as) disable($TaskPauseEnable) v(pause:$(name))
  291. Stop=t(bmpbutton) at(fixstyle) bg(TaskBar,10,11,10,12,14,13) a(as) disable($TaskStopEnabled) v(stop:$(name))
  292.  
  293. [Task_Header_Buttons]
  294. props=a(rc) sz(a,a) disable($(admflags,bits(0x10),!,EnableIfNotZero)) hide($(persistent,IsPersistentProtInstalled,ShowIfNotZero))
  295. Start=t(bmpbutton) at(fixstyle) bg(TaskBar,0,1,0,2,4,3) a(lt) disable($TaskStartEnable) v(run:$(name))
  296. Pause=t(bmpbutton) at(fixstyle) bg(TaskBar,5,6,5,7,9,8) a(as) disable($TaskPauseEnable) v(pause:$(name))
  297. Stop=t(bmpbutton) at(fixstyle) bg(TaskBar,10,11,10,12,14,13) a(as) disable($TaskStopEnabled) v(stop:$(name))
  298.  
  299. [Task_Description]
  300. props=sz(p,a)
  301. TaskImage=$TaskImage
  302. Text=$TaskDescription
  303.  
  304. ;bmpbutton states:
  305. ;Normal,Pressed,Focused,Disabled,Default,Highlighted
  306.  
  307. ;------------- navigator --------------
  308.  
  309. [NavigatorWindow]
  310. props=t(navigator) at(fixstyle,rememberdata) a(la) sz($Navigator_Size,240) order(0) xy(,7)
  311. Navigator=[Navigator]
  312. $Navigator_Group_First     =sz(p,a) at(fixstyle) bg(GroupBody) xy(0,0)
  313. $Navigator_Group           =t(navgroup) sz(p,a) at(fixstyle) bg(GroupBody) xy(0,5) a(la)
  314. $Navigator_Item_Top        =f(Header1) mg(4,0) xy(0,0,0,5) at(iflastnoextend,singleline,fixstyle) bg(GroupHeader) sz($Navigator_Size,25)
  315. $Navigator_Item            =a(la) xy(25,0,0,6) mg(0,0) at(singleline,fixstyle) i(NavStates,,0,,,,1) sz($Navigator_Size,13) 
  316.  
  317. [Navigator_Scan.menu]
  318. props      = t(menu)
  319. Scan       = t(menuitem) at(default) disable($TaskStartEnable) v(start:$(name))
  320. Separator  = t(menuitem)
  321. Settings   = t(menuitem) v(configure:$(name))
  322. Report     = t(menuitem) v(report:$(name))
  323. Separator  = t(menuitem)
  324. SaveAs     = t(menuitem) v(saveas:$(name)) disable($($IsTaskScanObjectsSelected,EnableIfNotZero))
  325. Rename     = t(menuitem) v(rename:$(name)) disable($(origin,IsProfileUserOrAdmin,EnableIfNotZero))
  326. Delete     = t(menuitem) v(delete:$(name)) disable($(origin,IsProfileUserOrAdmin,EnableIfNotZero)$(state,IsProfileActive,!,EnableIfNotZero))
  327.  
  328. [Navigator_Protection.menu]
  329. props      = t(menu)
  330. Settings   = t(menuitem) v(configure:$(name))
  331. Report     = t(menuitem) at(default) v(report:$(name))
  332. Separator  = t(menuitem)
  333. Start      = t(menuitem) disable($TaskStartEnable) v(run:$(name))
  334. Pause      = t(menuitem) disable($TaskPauseEnable) v(pause:$(name))
  335. Stop       = t(menuitem) disable($TaskStopEnabled) v(stop:$(name))
  336.  
  337. [Navigator_Service.menu]
  338. props      = t(menu)
  339. Settings   = t(menuitem) v(configure:$(name))
  340. Report     = t(menuitem) at(default) v(report:$(name))              hide($(origin,=,#poUnk,!,ShowIfNotZero))
  341. Separator  = t(menuitem)
  342. Start      = t(menuitem) disable($TaskStartEnable) v(start:$(name)) hide($(origin,=,#poUnk,!,ShowIfNotZero))
  343. Pause      = t(menuitem) disable($TaskPauseEnable) v(pause:$(name)) hide($(origin,=,#poUnk,!,ShowIfNotZero))
  344. Stop       = t(menuitem) disable($TaskStopEnabled) v(stop:$(name))  hide($(origin,=,#poUnk,!,ShowIfNotZero))
  345. Separator  = t(menuitem)
  346. SaveAs     = t(menuitem) v(saveas:$(name)) hide($(type,=,updater,ShowIfNotZero))
  347. Rename     = t(menuitem) v(rename:$(name)) hide($(type,=,updater,ShowIfNotZero)) disable($(origin,IsProfileUserOrAdmin,EnableIfNotZero))
  348. Delete     = t(menuitem) v(delete:$(name)) hide($(type,=,updater,ShowIfNotZero)) disable($(origin,IsProfileUserOrAdmin,EnableIfNotZero)$(state,IsProfileActive,!,EnableIfNotZero))
  349.  
  350. [Navigator]
  351. props=sz(p,a)
  352. Protection=[Navigator_Protection]
  353. Scan=[Navigator_Scan]
  354. Service=[Navigator_Service]
  355.  
  356. [Navigator_Protection]
  357. props               =$Navigator_Group_First
  358. Protection          =$Navigator_Item_Top text($ProfileDescription) f($(state,NavigatorProtectionHeaderFont)) tt($(state,NavigatorProtectionTooltip)) i(Protection) disable($(LicInfo.FuncLevel,IsFunctionalityLevel_Protection,EnableIfNotZero))
  359. File_Monitoring     =$Navigator_Item     text($ProfileDescription) f($(state,NavigatorProtectionFont))       tt($(state,NavigatorProtectionTooltip))
  360. Mail_Monitoring     =$Navigator_Item     text($ProfileDescription) f($(state,NavigatorProtectionFont))       tt($(state,NavigatorProtectionTooltip))
  361. Web_Monitoring      =$Navigator_Item     text($ProfileDescription) f($(state,NavigatorProtectionFont))       tt($(state,NavigatorProtectionTooltip))
  362. Behavior_Blocking   =$Navigator_Item     text($ProfileDescription) f($(state,NavigatorProtectionFont))       tt($(state,NavigatorProtectionTooltip))
  363. Anti_Spy            =$Navigator_Item     text($ProfileDescription) f($(state,NavigatorProtectionFont))       tt($(state,NavigatorProtectionTooltip))
  364. Anti_Hacker         =$Navigator_Item     text($ProfileDescription) f($(state,NavigatorProtectionFont))       tt($(state,NavigatorProtectionTooltip))
  365. Anti_Spam           =$Navigator_Item     text($ProfileDescription) f($(state,NavigatorProtectionFont))       tt($(state,NavigatorProtectionTooltip))
  366.  
  367. [Navigator_Scan]
  368. props               =$Navigator_Group xy(0,7)
  369. Scan_Objects        =$Navigator_Item_Top text($ProfileDescription) f($(state,NavigatorScanHeaderFont))       tt($(state,NavigatorScanTooltip)) i(Scan) disable($(LicInfo.FuncLevel,IsFunctionalityLevel_Protection,EnableIfNotZero))
  370. Scan_Critical_Areas =$Navigator_Item     text($NavigatorDescription) f($(state,NavigatorScanFont))             tt($(state,NavigatorScanTooltip))
  371. Scan_My_Computer    =$Navigator_Item     text($NavigatorDescription) f($(state,NavigatorScanFont))             tt($(state,NavigatorScanTooltip))
  372. Scan_Startup        =$Navigator_Item     text($NavigatorDescription) f($(state,NavigatorScanFont))             tt($(state,NavigatorScanTooltip))
  373.  
  374. [Navigator_Service]
  375. props               =$Navigator_Group xy(0,7)
  376. Service             =$Navigator_Item_Top text($Service)            i(web)
  377. Updater             =$Navigator_Item     text($ProfileDescription) f($(state,NavigatorScanFont))             tt($(state,NavigatorScanTooltip)) disable($(LicInfo.FuncLevel,IsFunctionalityLevel_Updater,EnableIfNotZero))
  378. Retranslation       =$Navigator_Item     text($ProfileDescription) f($(state,NavigatorScanFont))             tt($(state,NavigatorScanTooltip))
  379. DataFiles           =$Navigator_Item     text($DataFiles)
  380. RescueDisk          =$Navigator_Item     text($RescueDisk) hide($ShowWinNTExtendedFuture$($IsProcessor64Bit,!,ShowIfNotZero)$(bWinPE,global,!,ShowIfNotZero))
  381. Support             =$Navigator_Item     text($Support)
  382.  
  383. ;------------- Product State --------------
  384.  
  385. [Navigator_Status]
  386. props=sz($Navigator_Size,120) alias(productstatus) a(la) at(fixstyle) bg(GroupBody)
  387. StatusHeader=[Navigator_Status_Header]
  388. StatusBody=[Navigator_Status_Body]
  389.  
  390. [Navigator_Status_Header]
  391. props      = mg(4,5) sz($Navigator_Size,25) at(fixstyle)
  392. StatusMenu = t(bmpbutton) at(fixstyle) bg(TaskBar,27,28,27,27,27,28) a(rt) xy(0,-2) v(menu)
  393. StatusNext = t(bmpbutton) at(fixstyle) bg(TaskBar,23,24,23,25,27,26) a(ps)
  394. StatusPrev = t(bmpbutton) at(fixstyle) bg(TaskBar,19,20,19,21,23,22) a(ps)
  395.  
  396. [Navigator_Status_Header.StatusMenu.menu]
  397. props         = t(menu)
  398. StatusHide    = t(menuitem)
  399. StatusShowAll = t(menuitem) v(restore:status) text($LinkShowMessages)
  400.  
  401. [Navigator_Status_Body]
  402. props=sz(p,p) a(la) mg(10,5) at(fixstyle) order(0)
  403. StatusLink2=t(hotlink) f(Hotlink) a(lp) xy(5)
  404. StatusLink1=t(hotlink) f(Hotlink) a(lp) xy(5)
  405. Text=[Navigator_Status_Text]
  406.  
  407. [Navigator_Status_Text]
  408. props=sz(p,p) a(lp)
  409. StatusText=a(cc) 
  410.  
  411. ;------------- SaveProfile --------------
  412.  
  413. [SaveProfile]
  414. $dlg_help_id=$(type,SaveRenameProfile_HelpId)
  415. $dlg_enable_ok=$(description,EnableIfNotZero)
  416. props=$DlgAttr sz(300,a)
  417. Body=[SaveProfile_Body]
  418.  
  419. [SaveProfile_Body]
  420. props=$DlgBodyAttr sz(p,a)
  421. Description=a(lt)
  422. EditName=t(edit) a(la) sz(p) xy(0,4) v($(description))
  423.  
  424. ;------------- RenameProfile --------------
  425.  
  426. [RenameProfile]
  427. $dlg_help_id=$(type,SaveRenameProfile_HelpId)
  428. $dlg_enable_ok=$(description,EnableIfNotZero)
  429. props=$DlgAttr sz(300,a)
  430. Body=[RenameProfile_Body]
  431.  
  432. [RenameProfile_Body]
  433. props=$DlgBodyAttr sz(p,a)
  434. Description=a(lt)
  435. EditName=t(edit) a(la) sz(p) xy(0,4) v($(description))
  436.  
  437. ;------------- Baloon --------------
  438.  
  439. [Product_Notification]
  440. props=t(dialog) at(nocaption,layered,dragable,bottom,noautofocus) sz(330,a) mg(1,1) text($(Severity,ProductNotificationColor)$ProductName: $Notification) xy(5,5,5,5)
  441. StatusBody=[Product_Notification_Body]
  442.  
  443. [Product_Notification_Body]
  444. props=sz(p,a) bg(GroupBody) at(fixstyle) mg(5,5) a(la)
  445. StatusHeader=[Product_Notification_Header] xy(-5,-5,-5) sz(p,25) text($(Severity,ProductNotificationIcon))
  446. StatusText=sz(p) a(ca) xy(,10,,10) text($ProductNotificationString)
  447. StatusLink1=t(hotlink) f(Hotlink) a(la) xy(10) text($(EventID,ProductNotificationLink1))
  448. StatusLink2=t(hotlink) f(Hotlink) a(la) xy(10) text($(EventID,ProductNotificationLink2))
  449.  
  450. [Product_Notification_Header]
  451. props       = mg(4,5)
  452. ProductName = xy(35,0) f($(Severity,ProductNotificationFont))
  453. StatusClose = t(bmpbutton) at(fixstyle) bg(TaskBar,15,16,15,17,19,18) a(rt) xy(0,-2)
  454. StatusMenu  = t(bmpbutton) at(fixstyle) bg(TaskBar,27,28,27,27,27,28) a(ps) v(menu)
  455.  
  456. [Product_Notification_Header.StatusMenu.menu]
  457. props              = t(menu)
  458. NotifyDisable      = t(menuitem)
  459. ;Separator          = t(menuitem)
  460. ;NotifyDisableGroup = t(menuitem)
  461. NotifyDisableAll   = t(menuitem)
  462. Separator          = t(menuitem)
  463. NotifyConfigure    = t(menuitem) v(configure:Service.ConfigureNotifications)
  464.